Apply 1 suggestion(s) to 1 file(s)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jun 2021 12:59:38 +0000 (12:59 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jun 2021 12:59:38 +0000 (12:59 +0000)
gtk/gtktreeview.c

index 7d58986458b642f00a8714ac6a0af51fc1e6613a..bc91b7f83ebc7bd4e157f3e06afe69f129d611b2 100644 (file)
@@ -1177,7 +1177,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
    * or when the user single-clicks a row when that property set to %TRUE.
    *
    * This signal is also emitted when a non-editable row is selected and one
-   * of the keys: Space, Shift+Space, Return or Enter is pressed.
+   * of the keys: <kbd>Space</kbd>, <kbd>Shift</kbd>+<kbd>Space</kbd>, <kbd>Return</kbd> or <kbd>Enter</kbd> is pressed.
    *
    * For selection handling refer to the
    * [tree widget conceptual overview][TreeWidget]